Warnings, webui prop#2652
Merged
simonredfern merged 12 commits intoOpenBankProject:developfrom Jan 13, 2026
Merged
Conversation
This reverts commit 0fcf0b9.
| | | ||
| | | ||
| |### 1) Get your App key | ||
| | |
Member
There was a problem hiding this comment.
login should point to new portal
| |### 1) Get your App key | ||
| | | ||
| |[Sign up]($getServerUrl/user_mgt/sign_up) or [login]($getServerUrl/user_mgt/login) as a developer. | ||
| |[Sign up](${APIUtil.getPropsValue("webui_obp_portal_url", "http://localhost:5174")}/register) or [login]($getServerUrl/user_mgt/login) as a developer. |
Member
There was a problem hiding this comment.
login should point to new portal
| <span> | ||
| {appendFieldId(<input id="textPassword" aria-labelledby="Password" aria-describedby={uniqueFieldId.getOrElse("")} type={formInputType} name={funcName} value={preFilledPassword}/> ) } | ||
| <div id="signup-error" class="alert alert-danger hide"> | ||
| <div id="password-error" class="alert alert-danger hide"> |
| case _ => S.error(S.?("invalid.validation.link")); S.redirectTo(homePage) | ||
| } | ||
|
|
||
| override def actionsAfterSignup(theUser: TheUserType, func: () => Nothing): Nothing = { |
| theUser.setValidated(skipEmailValidation).resetUniqueId() | ||
| theUser.save | ||
| val privacyPolicyValue: String = getWebUiPropsValue("webui_privacy_policy", "") | ||
| val termsAndConditionsValue: String = getWebUiPropsValue("webui_terms_and_conditions", "") |
| <div id="signup-error" class="alert alert-danger hide"><span data-lift={s"Msg?id=${field.uniqueFieldId.getOrElse("")}&errorClass=error"}/></div> | ||
| </div> | ||
| } | ||
| <div class="form-group"> |
| case _ => | ||
| //if the register page url (user_mgt/sign_up?after-signup=link-to-customer) contains the parameter | ||
| //after-signup=link-to-customer,then it will redirect to the on boarding customer page. | ||
| ObpS.param("after-signup") match { |
Member
There was a problem hiding this comment.
probably can't remove after-signup=link-to-customer yet
This reverts commit 233af77.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.